home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_progpostg.tpl < prev    next >
Encoding:
Text File  |  2001-11-27  |  350 b   |  14 lines

  1. // 12-Apr-99 $$1  JJE  Created.
  2. // 25-May-99 $$2  JJE  Add param
  3. // 21-Mar-01 $$3  JJE  Add xterm per Raman
  4. #include:head.inc
  5.  
  6. setenv CAMSYS $prodir/$mc/obj
  7. setenv CAMLIB $prodir/$mc/gpost
  8.  
  9. if( $?param ) then
  10.   xterm -bg navy -fg yellow -title "GPOST" -e $CAMSYS/gpost $param
  11. else
  12.   xterm -bg navy -fg yellow -title "GPOST" -e $CAMSYS/gpost $*
  13. endif
  14.